projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e15a13
)
broadway: Stop using gdk_surface_show
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 9 Mar 2020 17:24:52 +0000
(10:24 -0700)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 12 Mar 2020 19:30:10 +0000
(15:30 -0400)
gdk/broadway/gdksurface-broadway.c
patch
|
blob
|
history
diff --git
a/gdk/broadway/gdksurface-broadway.c
b/gdk/broadway/gdksurface-broadway.c
index 2a03361c93a0d5b89b666c249cbc7cf22276a476..7b93b60ee593821426c420482d57c9cb615d09f9 100644
(file)
--- a/
gdk/broadway/gdksurface-broadway.c
+++ b/
gdk/broadway/gdksurface-broadway.c
@@
-1210,7
+1210,7
@@
create_moveresize_surface (MoveResizeData *mv_resize,
mv_resize->moveresize_emulation_surface = gdk_surface_new_temp (mv_resize->display, &rect);
- gdk_
surface_show (mv_resize->moveresize_emulation_surface
);
+ gdk_
broadway_surface_show (mv_resize->moveresize_emulation_surface, FALSE
);
seat = gdk_display_get_default_seat (mv_resize->display);
pointer = gdk_seat_get_pointer (seat);